UCF STIG Viewer Logo

The system must require passwords contain at least one uppercase alphabetic character.


Overview

Finding ID Version Rule ID IA Controls Severity
V-11948 GEN000600 SV-38244r1_rule IAIA-1 IAIA-2 Medium
Description
To enforce the use of complex passwords, minimum numbers of characters of different classes are mandated. The use of complex passwords reduces the ability of attackers to successfully obtain valid passwords using guessing or exhaustive search techniques. Complexity requirements increase the password search space by requiring users to construct passwords from a larger character set than they may otherwise use.
STIG Date
HP-UX 11.31 Security Technical Implementation Guide 2013-03-28

Details

Check Text ( C-36284r1_chk )
Check the PASSWORD_MIN_UPPER_CASE_CHARS setting.
# cat /etc/default/security | grep PASSWORD_MIN_UPPER_CASE_CHARS

If PASSWORD_MIN_UPPER_CASE_CHARS is not set to 1 or more, this is a finding.
Fix Text (F-31541r1_fix)
Edit /etc/default/security and set PASSWORD_MIN_UPPER_CASE_CHARS to at least 1.